Design system expansion + improved sync workflow - #39
Merged
Conversation
Key improvements: - Use 'gh repo clone' instead of HTTPS URL with token (better security) - Add concurrency control to prevent duplicate syncs - Add path filters to only run on react-app changes - Better error handling and validation - Clearer logging and status messages - Improved git push/PR creation with better error messages - Add GitHub Actions job summary - More robust change detection - Better code formatting and documentation - Use --no-verify for unverified commits in CI - Handle vite.config.js more gracefully https://claude.ai/code/session_0123K4e3ay6qWfSGVHD7Q2SS
- Changed destination repo from CloudCompile/Pollinations to pollinations/pollinations - Changed destination path from hacktoberfest-2025/chat to apps/chat - Updated PR creation to target correct repo - Updated documentation and summary to reflect correct paths https://claude.ai/code/session_0123K4e3ay6qWfSGVHD7Q2SS
|
🤖 PR Summary by Pollinations.AI SummaryThe Pollinations legacy text API is being deprecated for authenticated users. Please migrate to our new service at https://enter.pollinations.ai for better performance and access to all the latest models. Note: Anonymous requests to text.pollinations.ai are NOT affected and will continue to work normally. Risk Level: medium Diff Stats
This comment updates automatically. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR includes:
Changes
Design System (Phase 1-3)
Theme Tokens (src/theme.css)
Sidebar Enhancements
Chat Input Refinements
Message Area Polish
Workflow Improvements (.github/workflows/sync-react-app.yml)
Authentication & Security
gh repo cloneinstead of HTTPS token URL (safer, more reliable)Robustness
Clarity
Correct Destination
pollinations/pollinations(not CloudCompile fork)apps/chat/(not hacktoberfest-2025/chat)Testing
The design system improvements have been:
The workflow can be tested via:
Commits
Generated by Claude Code